-
Notifications
You must be signed in to change notification settings - Fork 24.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix/keyboard avoiding view #44652
Fix/keyboard avoiding view #44652
Conversation
@sammy-SC has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hello @Gregoirevda the fix looks good, thanks. Do you have a code example where I could see the bug before and verify the fixed state? |
@Gregoirevda CI jobs are failing. Would you mind resolving those? |
This PR is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This PR was closed because it has been stalled for 7 days with no activity. |
Summary:
Fixes #36287
KeyboardAvoidingView will not work when mounted on a view which already has a visible keyboard
Test Plan
Open Keyboard, mount KeyboardAvoidingView and verify it's not centered.
Changelog:
[General] [Fixed] - KeyboardAvoidingView applied on mount when keyboard is shown